.header-navigation-xs .logo-holder {
    background: url("../img/logo-light.png") center center no-repeat;
}

.header-navigation-xs .logo-holder.logo-holder-dark {
    background: url("../img/logo-dark.png") center center no-repeat;
}

.bg-img-SINGLE {
    background-image: url("../img/background/SINGLE-bg.jpg");
}

.about-bg-1 {
    background-image: url("../img/about/about-bg-1.jpg");
}

.about-bg-2 {
    background-image: url("../img/about/about-bg-2.jpg");
}

.services-bg-1 {
    background-image: url("../img/screen-01.jpg");
}

.services-bg-2 {
    background-image: url("../img/screen-02.jpg");
}

.news-bg-1 {
    background-image: url("../img/news/news-bg-1.jpg");
}

.news-bg-2 {
    background-image: url("../img/news/news-bg-2.jpg");
}

.news-bg-3 {
    background-image: url("../img/news/news-bg-3.jpg");
}

.news-bg-4 {
    background-image: url("../img/news/news-bg-4.jpg");
}

.parallax-title.parallax-title-about {
    background-image: url("../img/parallax-title/parallax-title-about.jpg");
}

.parallax-title.parallax-title-services {
    background-image: url("../img/parallax-title/parallax-title-services.jpg");
}

.parallax-title.parallax-title-works {
    background-image: url("../img/parallax-title/parallax-title-works.jpg");
}

.parallax-title.parallax-title-news {
    background-image: url("../img/parallax-title/parallax-title-news.jpg");
}

.parallax-title.parallax-title-contact {
    background-image: url("../img/parallax-title/parallax-title-contact.jpg");
}

.bg-img-1,
.kenburns-slide-1 {
    background-image: url("../img/loader-bg.jpg");
}

.bg-img-2,
.kenburns-slide-2 {
    background-image: url("../img/screen-02.jpg");
}

.bg-img-3,
.kenburns-slide-3 {
    background-image: url("../img/background/hero-bg-3.jpg");
}

.bg-img-4,
.kenburns-slide-4 {
    background-image: url("../img/background/hero-bg-4.jpg");
}

.swiper-slide-parallax-bg {
    background-image: url("../img/background/parallax-bg.jpg");
}

.img-fullwidth-works-1 {
    background-image: url("../img/works/works-1.jpg");
}

.img-fullwidth-works-2 {
    background-image: url("../img/works/works-2.jpg");
}

.img-fullwidth-works-3 {
    background-image: url("../img/works/works-3.jpg");
}

.img-fullwidth-works-4 {
    background-image: url("../img/works/works-4.jpg");
}

.img-fullwidth-works-5 {
    background-image: url("../img/works/works-5.jpg");
}

.img-fullwidth-works-6 {
    background-image: url("../img/works/works-6.jpg");
}

.img-fullwidth-works-7 {
    background-image: url("../img/works/works-7.jpg");
}

.img-fullwidth-works-8 {
    background-image: url("../img/works/works-8.jpg");
}

.home-img-top-left {
    background-image: url("../img/background/home-img-top-left.jpg");
}

.home-img-top-center {
    background-image: url("../img/background/home-img-top-center.jpg");
}

.home-img-top-right {
    background-image: url("../img/background/home-img-top-right.jpg");
}

.home-img-bottom-left {
    background-image: url("../img/background/home-img-bottom-left.jpg");
}

.home-img-bottom-center {
    background-image: url("../img/background/home-img-bottom-center.jpg");
}

.home-img-bottom-right {
    background-image: url("../img/background/home-img-bottom-right.jpg");
}

.home-page-img-item-1 {
    background-image: url("../img/background/home-page-img-item-1.jpg");
}

.home-page-img-item-2 {
    background-image: url("../img/background/home-page-img-item-2.jpg");
}

.home-page-img-item-3 {
    background-image: url("../img/background/home-page-img-item-3.jpg");
}

.home-page-img-item-4 {
    background-image: url("../img/background/home-page-img-item-4.jpg");
}

.home-page-img-item-5 {
    background-image: url("../img/background/home-page-img-item-5.jpg");
}

.home-page-img-item-6 {
    background-image: url("../img/background/home-page-img-item-6.jpg");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font: inherit;
    vertical-align: baseline;
}

html,
body {
    height: 100%;
    scrollbar-width: thin;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

:focus {
    outline: none;
}

body {
    position: relative;
    font-family: "Interstate Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    color: rgb(204, 204, 204);
    background: rgb(19, 19, 19);
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 1.5;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

p {
    font-size: 15px;
    letter-spacing: 0.2px;
    color: rgb(57, 57, 57);
    line-height: 29px;
}

@media only screen and (max-width: 880px) {
    p {
        font-size: 15px;
    }
}

strong {
    font-weight: bold;
}

::selection {
    background: rgb(151, 114, 78);
    color: rgb(255, 255, 255);
}

.nopadding {
    padding: 0px !important;
    margin: 0px !important;
}

.section-light {
    background: rgb(255, 255, 255);
}

.section-dark {}

.upper-page {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0px;
    top: 0px;
    margin: 0px;
}

.center-container {
    position: absolute;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 1;
}

.center-block {
    display: table-cell;
    vertical-align: middle;
}

.center-container-contact-modal {
    position: absolute;
    display: table;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background: none;
}

.center-block-contact-modal {
    display: table-cell;
    vertical-align: middle;
}

.center-block-contact-modal-padding-top {
    padding: 60px 0px 0px;
}

.center-block-contact-modal-padding-bottom {
    padding: 0px 0px 60px;
}

.center-container-contact-modal h2.section-heading {
    position: relative;
    font-family: Roboto, sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    text-align: center;
    color: rgb(255, 255, 255);
    margin: 0px auto -1px;
    z-index: 1;
}

.hero-fullscreen {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
    z-index: 0;
}

.hero-fullscreen-thumbnail-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.hero-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-fullscreen-FIX {
    width: 100%;
    height: 100%;
}

h1.home-page-title {
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 160px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: rgb(255, 255, 255);
    margin: 0px auto -6px;
    width: 100%;
    line-height: 100%;
    z-index: 1;
}

@media (min-width: 1920px) {
    h1.home-page-title {
        font-size: 210px;
        margin: 0px auto -8px;
    }
}

@media only screen and (max-width: 1200px) {
    h1.home-page-title {
        font-size: 115px;
        margin: 0px auto -4px;
    }
}

@media only screen and (max-width: 1024px) {
    h1.home-page-title {
        font-size: 85px;
        margin: 0px auto -4px;
    }
}

@media only screen and (max-width: 880px) {
    h1.home-page-title {
        font-size: 85px;
        margin: 0px auto -4px;
    }
}

@media only screen and (max-width: 640px) {
    h1.home-page-title {
        font-size: 65px;
        margin: 0px auto -1px;
    }
}

h2.home-page-title {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgb(255, 255, 255);
    margin: -2px 0px 0px 11px;
}

.overlay::before {
    content: "";
    position: absolute;
    display: block;
    inset: 0px;
    z-index: 1;
}

.overlay-dark-70::before {
    background: rgba(0, 0, 0, 0.7);
    pointer-events: none;
}

.overlay-dark-60-video::before {
    background: rgba(0, 0, 0, 0.6);
    pointer-events: auto;
}

.the-button-wrapper,
.the-button-wrapper-2 {
    position: relative;
    width: 175px;
    height: auto;
    line-height: 1.5;
    padding: 0px;
    text-align: center;
    cursor: pointer;
}

.the-button-wrapper {
    margin: -7px auto 0px;
}

@media (min-width: 1920px) {
    .the-button-wrapper {
        width: 205px;
        margin: -4px auto 0px;
    }
}

@media only screen and (max-width: 640px) {
    .the-button-wrapper {
        width: 175px;
    }
}

.the-button-wrapper-2 {
    margin: -7px auto 12px;
}

@media (min-width: 1920px) {
    .the-button-wrapper-2 {
        width: 205px;
        margin: -4px auto 16px;
    }
}

.the-button {
    position: relative;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: rgb(255, 255, 255);
    background: none;
    padding: 10px 40px 0px;
    margin-top: 10px;
    border-radius: 0px;
}

.the-button.the-button-light {
    color: rgb(255, 255, 255);
}

.the-button.the-button-dark {
    color: rgb(46, 46, 46);
}

.the-button.the-button-color {
    color: rgb(255, 38, 74);
}

@media (min-width: 1920px) {
    .the-button {
        font-size: 11px;
        letter-spacing: 0.25em;
        padding: 11px 40px 0px;
    }
}

@media only screen and (max-width: 640px) {
    .the-button {
        font-size: 10px;
        letter-spacing: 0.1em;
    }
}

.the-button:hover::before {
    width: 100%;
}

.the-button:hover::after {
    width: 100%;
}

.the-button::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 100%;
    top: 0px;
    left: -6px;
    border-top: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    border-left: 1px solid rgb(255, 255, 255);
    border-image: initial;
    border-right: none;
    transition: 0.5s linear;
}

.the-button.the-button-light::before {
    border-top: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    border-left: 1px solid rgb(255, 255, 255);
    border-image: initial;
    border-right: none;
}

.the-button.the-button-dark::before {
    border-top: 1px solid rgb(46, 46, 46);
    border-bottom: 1px solid rgb(46, 46, 46);
    border-left: 1px solid rgb(46, 46, 46);
    border-image: initial;
    border-right: none;
}

.the-button.the-button-color::before {
    border-top: 1px solid rgb(255, 38, 74);
    border-bottom: 1px solid rgb(255, 38, 74);
    border-left: 1px solid rgb(255, 38, 74);
    border-image: initial;
    border-right: none;
}

@media (min-width: 1920px) {
    .the-button::before {
        width: 20px;
        height: 47px;
        top: -5px;
    }
}

@media only screen and (max-width: 640px) {
    .the-button::before {
        width: 15px;
        height: 38px;
        top: -2px;
    }
}

.the-button::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 100%;
    top: 0px;
    right: -6px;
    border-top: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    border-image: initial;
    border-left: none;
    transition: 0.5s linear;
}

.the-button.the-button-light::after {
    border-top: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    border-image: initial;
    border-left: none;
}

.the-button.the-button-dark::after {
    border-top: 1px solid rgb(46, 46, 46);
    border-right: 1px solid rgb(46, 46, 46);
    border-bottom: 1px solid rgb(46, 46, 46);
    border-image: initial;
    border-left: none;
}

.the-button.the-button-color::after {
    border-top: 1px solid rgb(255, 38, 74);
    border-right: 1px solid rgb(255, 38, 74);
    border-bottom: 1px solid rgb(255, 38, 74);
    border-image: initial;
    border-left: none;
}

@media (min-width: 1920px) {
    .the-button::after {
        width: 20px;
        height: 47px;
        top: -5px;
    }
}

@media only screen and (max-width: 640px) {
    .the-button::after {
        width: 15px;
        height: 38px;
        top: -2px;
    }
}

.the-button-submit {
    width: 175px;
    top: -19px;
    border: none;
}

@media (min-width: 1920px) {
    .the-button-submit {
        width: 205px;
        border: none;
    }
}

@media only screen and (max-width: 640px) {
    .the-button-submit {
        width: 175px;
        top: -19px;
    }
}

.contact-form-submit-wrapper {
    position: relative;
    width: 205px;
    height: auto;
    line-height: 1.5;
    padding: 0px;
    left: 0px;
}

.contact-form-submit-wrapper {
    margin: 42px auto -6px;
}

@media (min-width: 1920px) {
    .contact-form-submit-wrapper {
        margin: 42px auto -2px;
    }
}

.news-details {
    position: relative;
    width: 175px;
    height: auto;
    line-height: 1.5;
    margin: 8px auto 10px;
    padding: 0px;
    text-align: center;
    cursor: pointer;
}

@media (min-width: 1920px) {
    .news-details {
        width: 205px;
        margin: 12px auto 15px;
    }
}

@media only screen and (max-width: 640px) {
    .news-details {
        width: 175px;
    }
}

.the-button.the-button-news-details {
    font-size: 10px;
    font-weight: 700;
    padding: 12px 40px 0px;
    margin-top: 10px;
}

@media (min-width: 1920px) {
    .the-button.the-button-news-details {
        font-size: 11px;
        letter-spacing: 0.25em;
    }
}

@media only screen and (max-width: 640px) {
    .the-button.the-button-news-details {
        font-size: 10px;
        letter-spacing: 0.1em;
    }
}

.to-top-arrow {
    position: fixed;
    right: 29px;
    bottom: -10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    color: rgb(255, 255, 255);
    background: rgb(46, 46, 46);
    opacity: 0;
    border-radius: 3px;
    transform: translateY(40px);
    transition: 0.6s;
    z-index: 1000;
}

@media only screen and (max-width: 880px) {
    .to-top-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 15px;
    }
}

.to-top-arrow.show {
    bottom: 9px;
    transform: translateY(-20px);
    opacity: 1;
}

@media only screen and (max-width: 880px) {
    .to-top-arrow.show {
        bottom: -5px;
    }
}

.to-top-arrow:hover {
    opacity: 1;
}

.navigation-bg-light {
    background: rgb(255, 255, 255);
    transition: 0.4s ease-out;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 5px;
}

header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
}

.logo-holder {
    position: relative;
    display: inline-block;
    width: 59px;
    height: 35px;
    margin-left: 20px;
    bottom: 2px;
    transition: 0.3s ease-in-out;
}

.logo-holder img {
    transition: 0.3s ease-in-out 0.3s;
    opacity: 1;
}

.logo-holder.closed {
    width: 0px;
    margin-left: -5px;
    transition: 0.3s ease-in-out 0.3s;
}

.logo-holder.closed img {
    transition: 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

.logo-holder {
    margin-right: 20px;
}

.logo-holder.closed {
    margin-right: 0px;
}

.header-navigation {
    height: 69px;
}

.header-navigation>a {
    display: inline-block;
    font-family: Oswald, sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 25px 20px 0px;
    color: rgb(255, 255, 255);
}

.header-navigation>a:hover,
.header-navigation>a:visited,
.header-navigation>a:active,
.header-navigation>a:focus {
    font-weight: 400;
}

.header-navigation-dark>a {
    color: rgb(46, 46, 46);
}

.header-navigation-xs {
    height: 74px;
}

.header-navigation-xs>a {
    display: inline-block;
    font-family: Oswald, sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0px 5px;
    color: rgb(255, 255, 255);
}

.header-navigation-xs.header-navigation-xs-dark>a {
    color: rgb(46, 46, 46);
}

.header-navigation-xs .logo-holder {
    position: relative;
    display: block;
    width: 59px;
    height: 35px;
    margin: 17px auto 9px;
    text-align: center;
}

.link-underline-menu {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.link-underline-menu::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    bottom: -20px;
    left: 10px;
    right: auto;
    background: rgb(255, 255, 255);
    visibility: hidden;
    transform: scaleX(0);
    transition: 0.4s ease-in-out;
}

.link-underline-menu.link-underline-menu-dark::before {
    bottom: -11px;
    background: rgb(46, 46, 46);
}

.link-underline-menu:hover::before {
    visibility: visible;
    transform: scaleX(1);
}

@media only screen and (max-width: 768px) {
    .link-underline-menu:hover::before {
        visibility: hidden;
    }
}

.the-line {
    position: relative;
    width: 1px;
    height: 100px;
    background: rgb(46, 46, 46);
    margin: 0px auto;
}

.the-line.the-line-light {
    background: rgb(255, 255, 255);
}

@media (min-width: 1920px) {
    .the-line {
        height: 125px;
    }
}

@media only screen and (max-width: 995px) {
    .the-line {
        height: 80px;
    }
}

.the-line.the-line-facts {
    height: 50px;
}

@media (min-width: 1920px) {
    .the-line.the-line-facts {
        height: 50px;
    }
}

@media only screen and (max-width: 995px) {
    .the-line.the-line-facts {
        height: 40px;
    }
}

.facts-counter-wrapper {
    position: relative;
    margin: 0px auto;
    text-align: center;
}

.facts-counter-number {
    position: relative;
    top: 0px;
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: rgb(255, 255, 255);
    line-height: 1;
    margin: -5px auto 0px;
    z-index: 10;
}

@media only screen and (max-width: 640px) {
    .facts-counter-number {
        font-size: 40px;
        margin: -3px auto 0px;
    }
}

.facts-counter-title {
    font-family: Oswald, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgb(255, 255, 255);
}

.copyright-home {
    position: absolute;
    bottom: 25px;
    right: 29px;
    text-align: right;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0px;
    z-index: 10;
}

@media only screen and (max-width: 880px) {
    .copyright-home {
        bottom: 11px;
        right: 15px;
    }
}

@media only screen and (max-width: 640px) {
    .copyright-home {
        display: none;
        visibility: hidden;
    }
}

.copyright-home,
.copyright-home a,
.copyright-home a:hover {
    color: rgb(255, 255, 255);
}

.copyright {
    position: relative;
    text-align: center;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0px auto;
}

.copyright,
.copyright a,
.copyright a:hover {
    color: rgb(0, 0, 0);
}

.link-underline {
    position: relative;
    display: inline-block;
}

.link-underline::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: rgb(255, 38, 74);
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-underline:hover::before {
    transform-origin: left center;
    transform: scale(1, 1);
}

.link-underline.link-underline-light::before {
    background: rgb(255, 255, 255);
}

.link-underline.link-underline-dark::before {
    background: rgb(46, 46, 46);
}

#contact-form {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}

form {
    margin: 0px;
    padding: 0px;
}

#form input {
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid rgb(255, 255, 255);
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px;
    background: none;
    margin: 10px 0px;
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    transition: 0.5s linear;
}

textarea {
    position: relative;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid rgb(255, 255, 255);
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px;
    background: none;
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    transition: 0.5s linear;
}

#form textarea {
    color: rgb(255, 255, 255);
    margin: 10px 0px;
    transition: 0.5s linear;
}

#form input:hover,
#form textarea:hover {
    border-color: rgba(255, 38, 74, 0.5);
    transition: 0.5s linear;
}

#form input:focus,
#form textarea:focus {
    transition: 0.5s linear;
}

.success {
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    color: rgb(255, 255, 255);
    margin: 0px auto;
    padding: 56px 0px 60px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

#form .error {
    position: absolute;
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    color: rgb(255, 38, 74);
    margin: 0px auto;
    padding: 0px;
    letter-spacing: 0.15em;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    left: 0px;
    right: 0px;
    width: 200px !important;
}

.make-space {
    margin-left: 15px;
    margin-right: 15px;
}

::-webkit-input-placeholder {
    font-size: 14px;
    color: rgb(255, 255, 255);
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.contact-modal-wrapper {
    position: relative;
    width: 50%;
    margin: -20px auto 0px;
}

@media only screen and (max-width: 1200px) {
    .contact-modal-wrapper {
        width: 90%;
    }
}

.contact-modal {
    position: fixed;
    width: calc(100% - 20px);
    inset: 79px 10px 10px;
    box-sizing: border-box;
    visibility: hidden;
    background: rgb(0, 0, 0);
    opacity: 0;
    transform: scale(0.75);
    transition: 1s;
    overflow: hidden auto;
    z-index: 1005;
}

.contact-modal.close {
    visibility: hidden;
    opacity: 0;
}

.contact-modal.open {
    width: calc(100% - 20px);
    inset: 79px 10px 10px;
    box-sizing: border-box;
    visibility: visible;
    background: rgb(0, 0, 0);
    opacity: 1;
    transform: scale(1);
}

@media only screen and (max-width: 880px) {

    .contact-modal,
    .contact-modal.open {
        width: 100%;
        height: 100%;
        inset: 0px;
    }
}

.contact-modal-closer {
    position: relative;
    width: 50px;
    height: auto;
    margin: -5px auto 0px;
    font-size: 20px;
    text-align: center;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.social-icons-wrapper {
    position: absolute;
    bottom: 26px;
    left: 24px;
    text-align: left;
    margin: 0px;
    z-index: 10;
}

@media only screen and (max-width: 880px) {
    .social-icons-wrapper {
        bottom: 13px;
        left: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .social-icons-wrapper {
        position: absolute;
        display: block;
        left: 0px;
        right: 0px;
        bottom: 13px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 200px !important;
    }
}

.social-icons-wrapper ul {
    margin: 0px auto;
    padding: 0px;
    list-style-type: none;
}

.social-icons-wrapper ul li {
    display: inline-block;
    margin: 0px auto;
    padding: 0px 0px 0px 5px;
}

ul.social-icons {
    font-size: 18px;
    line-height: 1;
    margin: 0px;
    padding: 0px;
    position: relative;
}

@media only screen and (max-width: 640px) {
    ul.social-icons {
        font-size: 16px;
    }
}

ul.social-icons a {
    padding: 0px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    opacity: 1;
    transition: 0.5s linear;
}

ul.social-icons a:hover {
    padding: 0px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    opacity: 0.5;
    transition: 0.5s linear;
}

.section-intro p {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    line-height: 1.5;
    margin: -7px auto 0px;
}

@media only screen and (max-width: 995px) {
    .section-intro p {
        font-size: 20px;
        margin: -5px auto 0px;
    }
}

@media only screen and (max-width: 880px) {
    .section-intro p {
        font-size: 18px;
        font-weight: 400;
    }
}

.section-intro p a,
.section-intro p a:hover {
    text-decoration: none;
}

.section-intro.section-intro-light p {
    color: rgb(255, 255, 255);
}

.parallax-title-content {
    position: relative;
    font-weight: 700;
    font-size: 160px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -0.08em;
    color: rgb(46, 46, 46);
    background: rgb(255, 255, 255);
    mix-blend-mode: lighten;
    overflow: hidden;
    margin: -20px auto -6px;
}

.parallax-title-content.parallax-title-content-dark {
    color: rgb(255, 255, 255);
    background: transparent;
    mix-blend-mode: darken;
}

@media (min-width: 1920px) {
    .parallax-title-content {
        font-size: 210px;
        margin: -26px auto -6px;
    }
}

@media only screen and (max-width: 1200px) {
    .parallax-title-content {
        font-size: 115px;
        margin: -12px auto -3px;
    }
}

@media only screen and (max-width: 1024px) {
    .parallax-title-content {
        font-size: 85px;
        margin: -9px auto -2px;
        letter-spacing: -0.04em;
    }
}

@media only screen and (max-width: 995px) {
    .parallax-title-content {
        letter-spacing: -0.04em;
    }
}

@media only screen and (max-width: 880px) {
    .parallax-title-content {
        font-size: 85px;
        margin: -9px auto -2px;
    }
}

@media only screen and (max-width: 640px) {
    .parallax-title-content {
        font-size: 65px;
        margin: -7px auto 0px;
    }
}

.parallax-title {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: none;
    z-index: 1;
}

.post-txt {
    position: relative;
    display: block;
    margin: -17px auto 0px;
}

.post-txt-light p {
    color: rgb(255, 255, 255);
}

.post-txt p {
    margin: -7px auto 0px;
}

.post-heading,
.post-heading-services,
.post-heading-works,
.post-heading-news {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px;
    text-align: center;
    letter-spacing: 0.05em;
    color: rgb(46, 46, 46);
}

.post-heading,
.post-heading-services,
.post-heading-works,
.post-heading-news {
    margin: -2px auto 0px;
}

.post-heading-light {
    color: rgb(255, 255, 255);
}

.post-heading-news.post-heading-news-dark {
    color: rgb(255, 38, 74);
}

.post-title,
.post-email-title {
    position: relative;
    top: 0px;
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(46, 46, 46);
    line-height: 1.2em;
    z-index: 10;
}

.post-title-light {
    color: rgb(255, 255, 255);
}

.post-title {
    margin: -7px auto -2px;
}

@media (min-width: 1920px) {
    .post-title {
        font-size: 40px;
        margin: -9px auto -1px;
    }
}

@media only screen and (max-width: 640px) {
    .post-title {
        font-size: 40px;
        margin: -4px auto -1px;
    }
}

.post-email-title {
    margin: -20px auto 0px;
}

@media (min-width: 1920px) {
    .post-email-title {
        font-size: 65px;
        margin: -24px auto 0px;
    }
}

@media only screen and (max-width: 768px) {
    .post-email-title {
        font-size: 40px;
        margin: -14px auto 0px;
    }
}

@media only screen and (max-width: 640px) {
    .post-email-title {
        font-size: 20px;
        margin: -6px auto 0px;
    }
}

.post-title a,
.post-title a:hover {
    line-height: 1.5;
    color: rgb(255, 255, 255);
}

.post-email-title a,
.post-email-title a:hover {
    line-height: 1.5;
    color: rgb(46, 46, 46);
}

@media only screen and (max-width: 768px) {
    .swiper-slide .post-title {
        width: 70%;
    }
}

@media only screen and (max-width: 640px) {
    .swiper-slide .post-title {
        width: 60%;
    }
}

.services-txt,
.services-txt-dark {
    margin: 0px auto;
    padding: 0px 100px;
}

@media (min-width: 1920px) {

    .services-txt,
    .services-txt-dark {
        padding: 0px 150px;
    }
}

@media only screen and (max-width: 1200px) {

    .services-txt,
    .services-txt-dark {
        padding: 0px 80px;
    }
}

@media only screen and (max-width: 995px) {

    .services-txt,
    .services-txt-dark {
        padding: 0px 35px;
    }
}

@media only screen and (max-width: 880px) {

    .services-txt,
    .services-txt-dark {
        padding: 0px 15px;
    }
}

.services-txt {
    color: rgb(255, 255, 255);
}

.services-txt-dark {
    color: rgb(46, 46, 46);
}

.services-bg-1,
.services-bg-2 {
    width: 100%;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100%);
    transition: 1s;
}

.halves:hover .services-bg-1,
.halves:hover .services-bg-2 {
    filter: none;
    transition: 1s;
}

.halves {
    display: flex;
}

.halves .half {
    min-height: 350px;
    flex: 1 1 50%;
}

@media (min-width: 1920px) {
    .halves .half {
        min-height: 580px;
    }
}

@media (max-width: 768px) {
    .halves .half {
        min-height: 350px;
    }
}

@media (max-width: 768px) {
    .halves {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .halves .half {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }
}

.show-skillbar {
    display: block;
    padding: 0px;
    margin: -6px auto 0px;
    text-align: left;
}

.skillbar {
    position: relative;
    display: block;
    width: 100%;
    height: 21px;
    margin: 0px auto;
    background: none;
    letter-spacing: 0.05em;
}

.skillbar-bar {
    display: inline-block;
    width: 0px;
    height: 1px;
    background: rgb(46, 46, 46);
    margin: 60px 0px 0px;
}

.skillbar-bar-light {
    background: rgb(255, 255, 255);
}

.skill-bar-percent {
    position: absolute;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px;
    text-align: center;
    letter-spacing: 0.05em;
    color: rgb(46, 46, 46);
    margin: 0px auto;
    line-height: 1;
    left: 0px;
    right: 0px;
    top: 5px;
    width: 30px !important;
}

.skill-bar-percent-light {
    color: rgb(255, 255, 255);
}

.parallax-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.parallax {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0px;
}

.parallax-facts {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: none;
    z-index: 1;
}

.halves-about {
    display: flex;
}

.halves-about .half-about-1 {
    min-height: 350px;
    flex: 1 1 75%;
}

@media (min-width: 1920px) {
    .halves-about .half-about-1 {
        min-height: 350px;
    }
}

@media (max-width: 768px) {
    .halves-about .half-about-1 {
        min-height: 350px;
    }
}

@media (max-width: 768px) {
    .halves-about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .halves-about .half-about-1 {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }
}

.halves-about .half-about-2 {
    min-height: 350px;
    flex: 1 1 25%;
}

.about-bg-1,
.about-bg-2 {
    width: 100%;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100%);
    transition: 1s;
}

.halves-about:hover .about-bg-1,
.halves-about:hover .about-bg-2 {
    filter: none;
    transition: 1s;
}

.works-section {
    margin-left: 20px;
    margin-right: 20px;
}

.works-section.section-100vh {
    height: calc(-60px + 100vh);
}

@media (max-width: 768px) {
    .works-section.section-100vh {
        height: calc(-40px + 100vh);
    }
}

.works-section:last-child {
    margin-bottom: 0px;
}

.works-section.section-gallery .box-img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    background: rgb(255, 255, 255);
    overflow: hidden;
}

.works-section.section-gallery .works-section-gallery-box {
    position: absolute;
    top: 0px;
    left: 0px;
}

.works-section.section-gallery .works-section-gallery-box.img-1 {
    width: 20%;
    height: 40%;
    padding: 0px 10px 10px 0px;
}

.works-section.section-gallery .works-section-gallery-box.img-2 {
    left: 20%;
    width: 20%;
    height: 40%;
    padding: 0px 10px 10px;
}

.works-section.section-gallery .works-section-gallery-box.img-3 {
    top: 40%;
    width: 40%;
    height: 60%;
    padding: 10px 10px 0px 0px;
}

.works-section.section-gallery .works-section-gallery-box.img-4 {
    left: 40%;
    width: 40%;
    height: 60%;
    padding: 0px 10px 10px;
}

.works-section.section-gallery .works-section-gallery-box.img-5 {
    top: 60%;
    left: 40%;
    width: 20%;
    height: 40%;
    padding: 10px 10px 0px;
}

.works-section.section-gallery .works-section-gallery-box.img-6 {
    top: 60%;
    left: 60%;
    width: 20%;
    height: 40%;
    padding: 10px 10px 0px;
}

.works-section.section-gallery .works-section-gallery-box.img-7 {
    left: 80%;
    width: 20%;
    height: 50%;
    padding: 0px 0px 10px 10px;
}

.works-section.section-gallery .works-section-gallery-box.img-8 {
    top: 50%;
    left: 80%;
    width: 20%;
    height: 50%;
    padding: 10px 0px 0px 10px;
}

@media (max-width: 1600px) {
    .works-section.section-gallery {
        height: auto;
        padding: 0px !important;
    }

    .works-section.section-gallery .works-section-gallery-box {
        position: relative;
        float: left;
        height: 50vh !important;
    }

    .works-section.section-gallery .works-section-gallery-box.img-1 {
        width: 50%;
    }

    .works-section.section-gallery .works-section-gallery-box.img-2 {
        left: auto;
        width: 50%;
        padding-right: 0px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-3 {
        top: auto;
        width: 100%;
        padding: 10px 0px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-4 {
        left: auto;
        width: 50%;
        padding: 10px 10px 10px 0px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-5 {
        top: auto;
        left: auto;
        width: 50%;
        padding: 10px 0px 10px 10px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-6 {
        top: auto;
        left: auto;
        width: 100%;
        padding: 10px 0px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-7 {
        left: auto;
        width: 50%;
        padding: 10px 10px 0px 0px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-8 {
        top: auto;
        left: auto;
        width: 50%;
        padding: 10px 0px 0px 10px;
    }
}

@media (max-width: 768px) {
    .works-section.section-gallery {
        padding: 0px;
    }

    .works-section.section-gallery .works-section-gallery-box {
        height: 32vh !important;
    }

    .works-section.section-gallery .works-section-gallery-box.img-1 {
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-2 {
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-3 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-4 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-5 {
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-6 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-7 {
        padding-top: 10px;
        padding-right: 10px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-8 {
        padding-top: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 600px) {
    .works-section.section-gallery .works-section-gallery-box {
        width: 100% !important;
        height: 40vh !important;
    }

    .works-section.section-gallery .works-section-gallery-box.img-1,
    .works-section.section-gallery .works-section-gallery-box.img-2,
    .works-section.section-gallery .works-section-gallery-box.img-3,
    .works-section.section-gallery .works-section-gallery-box.img-4,
    .works-section.section-gallery .works-section-gallery-box.img-5,
    .works-section.section-gallery .works-section-gallery-box.img-6,
    .works-section.section-gallery .works-section-gallery-box.img-7,
    .works-section.section-gallery .works-section-gallery-box.img-8 {
        padding: 10px 0px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-1 {
        padding-top: 0px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-8 {
        padding-bottom: 0px;
    }
}

@media (max-width: 1024px) {
    .works-section.section-100vh {
        height: auto;
        padding: 120px 0px;
    }

    .works-section.section-gallery {
        padding: 0px;
    }
}

@media screen and (min-width: 1600px) and (max-height: 900px) {
    .works-section.section-gallery {
        height: auto;
        padding: 0px !important;
    }

    .works-section.section-gallery .works-section-gallery-box {
        position: relative;
        float: left;
        height: 60vh !important;
    }

    .works-section.section-gallery .works-section-gallery-box.img-1 {
        width: 50%;
    }

    .works-section.section-gallery .works-section-gallery-box.img-2 {
        left: auto;
        width: 50%;
        padding-right: 0px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-3 {
        top: auto;
        width: 100%;
        padding: 15px 0px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-4 {
        left: auto;
        width: 50%;
        padding: 15px 15px 15px 0px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-5 {
        top: auto;
        left: auto;
        width: 50%;
        padding: 15px 0px 15px 15px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-6 {
        top: auto;
        left: auto;
        width: 100%;
        padding: 15px 0px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-7 {
        left: auto;
        width: 50%;
        padding: 15px 15px 0px 0px;
    }

    .works-section.section-gallery .works-section-gallery-box.img-8 {
        top: auto;
        left: auto;
        width: 50%;
        padding: 15px 0px 0px 15px;
    }
}

@media screen and (min-width: 1025px) and (max-height: 900px) {
    .works-section.section-100vh {
        height: auto;
        padding: 120px 0px;
    }
}

.force-height {
    height: 100%;
}

.force-height .row,
.force-height .works-section-col {
    height: 100%;
}

.row.no-gutter {
    margin-left: 0px;
    margin-right: 0px;
}

.row.no-gutter>[class^="col-"],
.row.no-gutter>[class*=" col-"] {
    padding-left: 0px;
    padding-right: 0px;
}

.no-mrg-pdg {
    margin: 0px;
    padding: 0px;
}

.image-works {
    position: relative;
    z-index: 5;
}

.image-works>.hover-effect {
    position: absolute;
    background: rgb(255, 255, 255);
    opacity: 0;
    transition: opacity 0.35s ease-out;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    inset: 10px;
    box-sizing: border-box;
    z-index: 1;
}

.image-works:hover .hover-effect {
    opacity: 0.9;
    cursor: pointer;
}

.pswp__img--placeholder--blank {
    background: rgb(255, 255, 255);
}

.description {
    position: absolute;
    padding: 0px 15px;
    margin-bottom: 5px;
    bottom: -40px;
    left: 0px;
    right: 0px;
    opacity: 0;
    transition: 0.8s;
    text-align: center;
    pointer-events: none;
    z-index: 10;
}

.description h3 {
    position: relative;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -0.04em;
    color: rgb(17, 17, 17);
    line-height: 1;
    margin: -9px auto -1px;
    z-index: 10;
}

@media only screen and (max-width: 640px) {
    .description h3 {
        font-size: 40px;
        margin: -4px auto -1px;
    }
}

.description-second {
    margin: -7px auto -6px;
}

.item-grid-size:hover .description,
.item-grid-size:focus .description {
    bottom: 5px;
    opacity: 1;
}

.item-grid-size {
    position: relative;
    padding: 0px;
    width: 100%;
    height: 100%;
}

.item {
    position: relative;
    margin-bottom: 0px;
    float: left;
}

.item::after {
    content: "";
    display: block;
    clear: both;
}

.item-wh {
    width: 100%;
    height: auto;
}

.item:hover .link-wrap {
    opacity: 1;
    cursor: pointer;
}

.item:hover .link-wrap span::before,
.item:hover .link-wrap span::after {
    opacity: 1;
}

.item:hover .link-wrap span:nth-child(1)::before,
.item:hover .link-wrap span:nth-child(1)::after {
    width: 15px;
}

.item:hover .link-wrap span:nth-child(2)::before,
.item:hover .link-wrap span:nth-child(2)::after {
    height: 15px;
}

.post-heading-works {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px;
    text-align: center;
    letter-spacing: 0.05em;
    color: rgb(17, 17, 17);
}

.post-heading-works {
    text-align: center;
    margin: 2px auto;
}

.img-fullwidth-all {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.works-item {
    position: relative;
    height: 100%;
    min-height: 700px;
    overflow: hidden;
    margin-left: 50px;
    margin-right: 50px;
    background: none;
}

@media only screen and (max-width: 880px) {
    .works-item {
        height: auto;
        min-height: inherit;
    }
}

@media only screen and (max-width: 640px) {
    .works-item {
        height: auto;
        min-height: inherit;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.works-last-line {
    position: relative;
    width: 100%;
    height: 20px;
    background: rgb(255, 255, 255);
    overflow: hidden;
}

.vimeo-bg {
    display: none;
}

@media only screen and (max-width: 880px) {
    .vimeo-bg {
        position: relative;
        height: 100%;
        background-image: url("../img/background/vimeo-bg.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    #vimeo-videoContainment {
        display: none;
    }
}

#vimeo-videoContainment {
    position: absolute;
    display: block;
    inset: 0px;
    background: rgb(0, 0, 0);
    z-index: 0;
    width: 100% !important;
    height: 100% !important;
}

#vimeo-videoContainment iframe,
#vimeo-videoContainment object,
#vimeo-videoContainment embed {
    border: none;
}

.YT-bg {
    display: none;
}

@media only screen and (max-width: 880px) {
    .YT-bg {
        position: relative;
        height: 100%;
        background-image: url("../img/background/YT-bg.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}

#videoContainment {
    position: absolute;
    display: block;
    inset: 0px;
    background: rgb(0, 0, 0);
    z-index: 0;
    width: 100% !important;
    height: 100% !important;
}

.html5-bg {
    display: none;
}

@media only screen and (max-width: 880px) {
    .html5-bg {
        position: relative;
        height: 100%;
        background-image: url("../img/background/html5-bg.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}

.html5-videoContainment {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    background: rgb(0, 0, 0);
    transform: translate(-50%, -50%);
    z-index: 0;
}

.kenburns-slide-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
    z-index: 0;
}

.kenburns-slide {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: 24s linear 0s infinite normal none running KenBurnsSlideShow;
}

.kenburns-slide-1,
.kenburns-slide-2,
.kenburns-slide-3,
.kenburns-slide-4 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.kenburns-slide-1 {
    opacity: 1;
}

.kenburns-slide-2 {
    animation-delay: 6s;
}

.kenburns-slide-3 {
    animation-delay: 12s;
}

.kenburns-slide-4 {
    animation-delay: 18s;
}

@-webkit-keyframes KenBurnsSlideShow {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    5% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
    }
}

@keyframes KenBurnsSlideShow {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    5% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.swiper-container-news .text,
.swiper-container-news p {
    text-align: center;
    color: rgb(255, 255, 255);
}

.swiper-container-news {
    margin: 0px;
    padding: 0px;
    height: auto;
}

.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.news-top {
    width: 100%;
    height: 50%;
}

.news-bottom {
    width: 70%;
    margin: -50px auto 0px;
    padding: 0px;
    background: rgb(0, 0, 0);
}

@media only screen and (max-width: 640px) {
    .news-bottom {
        width: 100%;
        margin: 0px auto;
    }
}

.news-bottom .swiper-slide .text {
    width: 70%;
    margin: 0px auto;
}

@media only screen and (max-width: 995px) {
    .news-bottom .swiper-slide .text {
        width: 100%;
    }
}

.news-bottom .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-button-wrapper {
    position: relative;
    top: 70px;
}

@media only screen and (max-width: 640px) {
    .swiper-button-wrapper {
        top: 40px;
    }
}

.swiper-button-wrapper li {
    list-style: none;
}

.swiper-button-black,
.swiper-button-white {
    width: 20px;
    height: 20px;
    background-size: contain;
}

.swiper-button-next {
    right: 45px;
}

@media only screen and (max-width: 640px) {
    .swiper-button-next {
        right: 15px;
    }
}

.swiper-button-prev {
    left: 45px;
}

@media only screen and (max-width: 640px) {
    .swiper-button-prev {
        left: 15px;
    }
}

.news-bg-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 580px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    .news-bg-wrapper {
        min-height: 350px;
    }
}

.slick-slide {
    height: 100vh;
    background: none;
}

.slick-slider {
    margin-bottom: 0px;
    margin-top: 0px;
    cursor: auto;
}

.slick-track,
.slick-list {
    perspective: 2000px;
    backface-visibility: hidden;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: 0.27s cubic-bezier(0, 0, 0.58, 1);
    opacity: 0;
    z-index: 1;
    visibility: visible;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-prev::before,
.slick-next::before {
    font-size: 11px;
    color: rgb(0, 0, 0);
    padding: 0px;
    border-radius: 3px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    background: rgb(255, 255, 255);
    transition: 0.27s cubic-bezier(0, 0, 0.58, 1);
    opacity: 1;
}

@media only screen and (max-width: 880px) {

    .slick-prev::before,
    .slick-next::before {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.slick-prev::before {
    left: 64px;
    top: 9px;
}

@media only screen and (max-width: 880px) {
    .slick-prev::before {
        left: 50px;
    }
}

.slick-next::before {
    right: 64px;
    top: 9px;
}

@media only screen and (max-width: 880px) {
    .slick-next::before {
        right: 50px;
    }
}

.slick-prev:hover,
.slick-next:hover {
    opacity: 1;
}

.slick-prev:hover::before,
.slick-next:hover::before,
.slick-prev:active::before,
.slick-next:active::before {
    opacity: 1;
}

.slick-fullscreen:hover .slick-prev,
.slick-fullscreen:hover .slick-next,
.slick-fullscreen-slideshow:hover .slick-prev,
.slick-fullscreen-slideshow:hover .slick-next,
.slick-fullscreen-split:hover .slick-prev,
.slick-fullscreen-split:hover .slick-next,
.slick-fullscreen-slideshow-zoom-fade:hover .slick-prev,
.slick-fullscreen-slideshow-zoom-fade:hover .slick-next {
    opacity: 1;
}

.slick-fullscreen:hover .slick-prev,
.slick-fullscreen-slideshow:hover .slick-prev,
.slick-fullscreen-split:hover .slick-prev,
.slick-fullscreen-slideshow-zoom-fade:hover .slick-prev {
    left: -35px;
}

.slick-fullscreen:hover .slick-next,
.slick-fullscreen-slideshow:hover .slick-next,
.slick-fullscreen-split:hover .slick-next,
.slick-fullscreen-slideshow-zoom-fade:hover .slick-next {
    right: -35px;
}

.slick-fullscreen.slick-fullscreen-split-content {
    width: 50%;
    left: 50%;
}

.slick-fullscreen-img-fill {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.slick-fullscreen-img-fill img {
    position: relative;
    display: inline-block;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
}

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill,
.slick-fullscreen-slideshow .slick-fullscreen-item .slick-fullscreen-img-fill,
.slick-fullscreen-split .slick-fullscreen-item .slick-fullscreen-img-fill,
.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .slick-fullscreen-img-fill {
    height: 100vh;
    background: none;
}

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img,
.slick-fullscreen-slideshow .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img,
.slick-fullscreen-split .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img,
.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img {
    position: relative;
    width: auto;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slick-fullscreen .slick-dots,
.slick-fullscreen-slideshow .slick-dots,
.slick-fullscreen-split .slick-dots,
.slick-fullscreen-slideshow-zoom-fade .slick-dots {
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0px;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
    background: rgba(255, 255, 255, 0.25);
    list-style-type: none;
}

.slick-fullscreen .slick-dots li button,
.slick-fullscreen-slideshow .slick-dots li button,
.slick-fullscreen-split .slick-dots li button,
.slick-fullscreen-slideshow-zoom-fade .slick-dots li button {
    display: none;
}

.slick-fullscreen .slick-dots li,
.slick-fullscreen-slideshow .slick-dots li,
.slick-fullscreen-split .slick-dots li,
.slick-fullscreen-slideshow-zoom-fade .slick-dots li {
    position: absolute;
    float: left;
    width: 0px;
    height: 5px;
    left: -5px;
    background: rgb(255, 255, 255);
}

.slick-fullscreen .slick-dots li.slick-active,
.slick-fullscreen-slideshow .slick-dots li.slick-active,
.slick-fullscreen-split .slick-dots li.slick-active,
.slick-fullscreen-slideshow-zoom-fade .slick-dots li.slick-active {
    width: 100%;
    animation: 4s ease 0s 1 normal both running progressDots;
}

@-webkit-keyframes progressDots {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}

@keyframes progressDots {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}

.slick-fullscreen,
.slick-fullscreen-slideshow,
.slick-fullscreen-split,
.slick-fullscreen-slideshow-zoom-fade {
    background: none;
}

.slick-fullscreen .slick-slide,
.slick-fullscreen-slideshow .slick-slide,
.slick-fullscreen-split .slick-slide,
.slick-fullscreen-slideshow-zoom-fade .slick-slide {
    display: none;
    float: left;
    height: 100%;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .bg-img {
    transition: 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.3);
}

.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item.slick-active .bg-img {
    transform: scale(1);
}

.parallax .swiper-button-next,
.parallax .swiper-button-prev {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    display: none;
    visibility: hidden;
}

.parallax a,
.parallax a:hover {
    color: rgb(255, 255, 255);
}

.parallax .swiper-container {
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    left: 0px;
    top: 0px;
}

.parallax .swiper-slide {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.parallax .parallax-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 130%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mfp-arrow-left::after {
    font-family: Ionicons;
    content: "";
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin-top: 22px;
}

.mfp-arrow-right::after {
    font-family: Ionicons;
    content: "";
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin-top: 22px;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: crosshair;
}

.mfp-arrow-left::after,
.mfp-arrow-left::before {
    border-right: none;
}

.mfp-arrow-right::after,
.mfp-arrow-right::before {
    border-left: none;
}

.mfp-title {
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.scroll-indicator-wrapper {
    position: absolute;
    height: 100%;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    visibility: visible;
    transition: 0.7s;
    width: 1px !important;
}

@media only screen and (max-width: 640px) {
    .scroll-indicator-wrapper {
        display: none;
        visibility: hidden;
    }
}

.scroll-indicator-wrapper.scroll-indicator-wrapper-position-secondary {
    opacity: 0;
    visibility: hidden;
    transform: translateY(200px);
    transition: 0.7s;
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 1005;
}

@media only screen and (max-width: 880px) {
    .scroll-indicator {
        bottom: 15px;
    }
}

.scroll-line {
    display: block;
    width: 1px;
    height: 30px;
    background: none;
}

@media only screen and (max-width: 880px) {
    .scroll-line {
        height: 15px;
    }
}

.scroll-line::before {
    content: "";
    display: block;
    width: 1px;
    height: 50%;
    top: 0px;
    background-color: rgb(255, 255, 255);
    animation: 2s ease-in-out 0s infinite normal none running scroll-down;
}

@-webkit-keyframes scroll-down {
    0% {
        height: 0px;
    }

    50% {
        height: 100%;
    }

    70% {
        height: 100%;
        transform: scaleY(0.5);
        transform-origin: center bottom;
    }

    100% {
        height: 100%;
        transform: scaleY(0);
        transform-origin: center bottom;
    }
}

@keyframes scroll-down {
    0% {
        height: 0px;
    }

    50% {
        height: 100%;
    }

    70% {
        height: 100%;
        transform: scaleY(0.5);
        transform-origin: center bottom;
    }

    100% {
        height: 100%;
        transform: scaleY(0);
        transform-origin: center bottom;
    }
}

.home-img-top-left {
    position: absolute;
    width: 33.33%;
    height: 50%;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.home-img-top-center {
    position: absolute;
    width: 33.33%;
    height: 50%;
    left: 33.33%;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.home-img-top-right {
    position: absolute;
    width: 33.33%;
    height: 50%;
    left: 66.66%;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.home-img-bottom-left {
    position: absolute;
    width: 33.33%;
    height: 50%;
    left: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.home-img-bottom-center {
    position: absolute;
    width: 33.33%;
    height: 50%;
    left: 33.33%;
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.home-img-bottom-right {
    position: absolute;
    width: 33.33%;
    height: 50%;
    left: 66.66%;
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.home-page-img-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

#home-page-img .home-page-img-item {
    padding: 0px;
    opacity: 0.25;
    transform: scale3d(0.8, 0.8, 1);
    transition: 0.3s ease-in-out;
}

#home-page-img .owl-item.active.center .home-page-img-item {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.home-page-img-item-1,
.home-page-img-item-2,
.home-page-img-item-3,
.home-page-img-item-4,
.home-page-img-item-5,
.home-page-img-item-6 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.owl-buttons {
    position: static;
}

.owl-prev,
.owl-next {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -29px;
    width: 60px;
    height: 60px;
    line-height: normal;
    font-size: 11px;
    padding-top: 21px;
    color: rgb(17, 17, 17);
    text-align: center;
    transition: 0.27s cubic-bezier(0, 0, 0.58, 1);
    opacity: 0;
    visibility: visible;
}

.owl-prev {
    left: -50px;
    padding-left: 21px;
}

.owl-next {
    right: -50px;
    padding-right: 21px;
}

.owl-prev::before,
.owl-next::before {
    border-radius: 3px;
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    background: rgb(255, 255, 255);
    transition: 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.owl-prev::before {
    left: 85px;
    top: 9px;
}

@media only screen and (max-width: 995px) {
    .owl-prev::before {
        left: 60px;
    }
}

.owl-next::before {
    right: 85px;
    top: 9px;
}

@media only screen and (max-width: 995px) {
    .owl-next::before {
        right: 60px;
    }
}

.owl-prev .owl-custom,
.owl-next .owl-custom {
    position: relative;
}

.owl-prev .owl-custom {
    position: relative;
    left: 64px;
}

@media only screen and (max-width: 995px) {
    .owl-prev .owl-custom {
        left: 39px;
    }
}

.owl-next .owl-custom {
    position: relative;
    right: 64px;
}

@media only screen and (max-width: 995px) {
    .owl-next .owl-custom {
        right: 39px;
    }
}

.owl-prev:hover,
.owl-next:hover {}

.owl-prev:hover::before,
.owl-next:hover::before,
.owl-prev:active::before,
.owl-next:active::before,
.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
    opacity: 1;
}

.owl-carousel:hover .owl-prev {
    left: -35px;
}

.owl-carousel:hover .owl-next {
    right: -35px;
}

.inner-divider,
.inner-divider-half,
.inner-divider-post,
.inner-divider-mobile,
.inner-divider-half-post {
    position: relative;
    width: 100%;
    margin: 0px auto;
    background: none;
    z-index: -1;
}

.inner-divider {
    height: 100px;
}

@media (min-width: 1920px) {
    .inner-divider {
        height: 150px;
    }
}

@media only screen and (max-width: 980px) {
    .inner-divider {
        height: 100px;
    }
}

@media only screen and (max-width: 640px) {
    .inner-divider {
        height: 80px;
    }
}

.inner-divider-half {
    height: 40px;
}

@media only screen and (max-width: 640px) {
    .inner-divider-half.inner-divider-home {
        height: 23px;
    }
}

.inner-divider-post {
    height: 80px;
}

.inner-divider-mobile {
    display: none;
    visibility: hidden;
    height: 100px;
}

@media only screen and (max-width: 995px) {
    .inner-divider-mobile {
        display: block;
        visibility: visible;
    }
}

@media only screen and (max-width: 640px) {
    .inner-divider-mobile {
        height: 80px;
    }
}

@media only screen and (max-width: 995px) {
    .hide-on-mobile {
        display: none;
        visibility: hidden;
    }
}

@media only screen and (max-width: 768px) {
    .inner-divider-hide {
        display: none;
        visibility: hidden;
    }
}

.inner-divider-half-post {
    height: 20px;
}

@media (min-width: 1920px) {
    .inner-divider-half-post {
        height: 40px;
    }

    .inner-divider-half-post.inner-divider-half-post-works {
        height: 20px;
    }
}

footer {
    position: relative;
    z-index: 3;
}

@media only screen and (max-width: 992px) {
    footer {
        margin-left: 0px;
        padding: 0px 30px 30px;
    }
}

@media only screen and (max-width: 575px) {
    footer {
        padding-left: 15px;
    }
}

footer a,
footer p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    line-height: 29px;
    letter-spacing: normal;
}

footer p:not(:last-child) {
    margin-bottom: 10px;
}

footer p.disclaimer-text {
    font-size: 13px;
    font-family: "Interstate Regular";
}

footer a:hover {
    color: rgb(151, 114, 78) !important;
}

footer p .icon i {
    color: rgb(155, 119, 67);
}

@media only screen and (max-width: 767px) {

    footer a,
    footer p {
        letter-spacing: 0px;
    }
}

footer .contact-footer {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
}

footer .contact-footer .phone {
    margin-right: 30px;
}

footer .copyright-social {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    footer .copyright-social {
        -webkit-box-align: start;
        align-items: start;
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        flex-direction: inherit;
    }
}

@media only screen and (max-width: 575px) {
    footer .copyright-social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    footer .copyright-social p {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
}

footer .copyright-social ul {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    footer .copyright-social ul {
        margin-top: 0px;
        margin-bottom: 10px;
    }
}

footer .copyright-social ul li {
    display: list-item;
    margin-right: 20px;
    list-style: none;
}

footer .copyright-social ul li:last-child {
    margin-right: 0px;
}

.footer {}

.footer .footer-links {}

.mt-25 {
    margin-top: 25px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-55 {
    margin-top: 55px;
}

@media only screen and (max-width: 767px) {
    .footer .footer-links .dsn-col-footer:nth-of-type(n+2) {
        margin-top: 1px;
    }
}

.footer .footer-links .footer-title {
    position: relative;
    color: rgb(14, 14, 14);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 8px;
    margin-bottom: 0px;
}

.v-light .footer .footer-links .footer-title {
    color: rgb(0, 0, 0);
}

.footer .footer-links .footer-title::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 15px;
    height: 1px;
    background-color: rgb(151, 114, 78);
}

.footer .footer-links .footer-block.col-menu ul li {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    overflow: hidden;
}

.footer .footer-links .footer-block.col-menu ul li:last-of-type {
    margin-bottom: 0px;
}

.footer .footer-links .footer-block.col-menu ul li a {
    font-weight: 600;
}

.footer .footer-links .footer-block.col-contact p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer .footer-links .footer-block.col-contact p strong {
    color: rgb(0, 0, 0);
}

.v-light .footer .footer-links .footer-block.col-contact p strong {
    color: rgb(0, 0, 0);
}

.footer .footer-links .footer-block.col-contact p span {
    margin-right: 5px;
    margin-left: 5px;
}

.footer .footer-links .footer-block .footer-logo .logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .footer-links .footer-block .footer-logo .logo-wrapper span {
    font-size: 0.8rem;
    font-weight: 600;
    color: rgb(0, 74, 133);
    text-transform: uppercase;
}

.footer .footer-links .footer-block .footer-logo img {
    width: auto;
    max-height: 90px;
    object-fit: contain;
    object-position: left center;
    margin-left: -10px;
}

.footer .footer-links .footer-block .footer-logo.nyati-logo img {
    max-height: 100px;
    margin: 0px;
}

.footer-logo.aditya-birla-logo img {
    max-width: 200px;
    margin: 0px !important;
}

.footer .footer-links .footer-block .footer-logo.nyati-logo .logo-wrapper img {
    max-height: 80px;
}

.footer .footer-links .footer-block .footer-logo.logo-small img {
    max-height: 60px;
}

.footer .qr-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer .qr-box p {
    margin: 0px;
}

.footer .qr-img {
    max-height: 120px;
    width: 100%;
    max-width: fit-content;
    object-fit: contain;
    object-position: left center;
}

@media screen and (max-width: 992px) {
    .footer .footer-links {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .footer .footer-links .footer-block {
        max-width: fit-content;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 575px) {
    .footer .footer-links .footer-block .footer-logo.nyati-logo img {
        max-height: 80px;
    }

    .footer .footer-links .footer-block .footer-logo.nyati-logo .logo-wrapper img {
        max-height: 62px;
    }

    .footer .footer-links .footer-block .footer-logo .logo-wrapper span {
        font-size: 0.6rem;
    }

    .footer-logo.aditya-birla-logo img {
        max-width: 120px;
    }

    .footer .qr-img {
        max-height: 110px;
    }
}

.footer .footer-links .footer-block .footer-social {
    margin-top: 20px;
}

.footer .footer-links .footer-block .footer-social ul li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}

.footer .footer-links .footer-block .footer-social ul li:last-child {
    margin-right: 0px;
}

.footer .footer-links .footer-block .footer-social ul li a {
    position: relative;
    display: block;
    border-radius: 50%;
    letter-spacing: 0px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    height: 35px;
    width: 35px;
    line-height: 30px;
    text-align: center;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.footer .footer-links .footer-block .footer-social ul li a {
    color: rgb(255 255 255);
    background: #bb8c3d;
    border: 1px solid rgb(187 140 61);
}

.footer .footer-links .footer-block .footer-social ul li a i {
    position: relative;
    z-index: 2;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.footer .footer-links .footer-block .footer-social ul li a::before {
    content: "";
    position: absolute;
    inset: 0px;
    opacity: 0;
    border-radius: 50%;
    transform: scale(0);
    transform-origin: center center;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.footer-links .footer-block .footer-social ul li a::before {
    background-color: rgb(7 76 69);
}

.footer .footer-links .footer-block .footer-social ul li a:hover i {
    transform: rotate(360deg);
}

.footer .footer-links .footer-block .footer-social ul li a:hover i {
    color: rgb(255, 255, 255);
}

.footer .footer-links .footer-block .footer-social ul li a:hover::before {
    opacity: 1;
    transform: scale(1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}

.footer .footer-links .footer-block .footer-social ul li a i {
    font-size: 12px;
}

.footer .copyright {
    padding-top: 30px;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .copyright {
    border-top: 1px solid rgb(190, 190, 190);
}

.footer .copyright p {
    text-transform: uppercase;
}

.footer .copyright .copright-text {
    color: rgb(167, 167, 167);
    margin-top: 5px;
    font-weight: 500;
}

.footer .copyright .copright-text a {
    color: rgb(186, 147, 92);
}

.cap {
    position: absolute;
    bottom: 30px;
    left: 0px;
    background-image: linear-gradient(to right, rgba(14, 14, 14, 0.36) 0%, rgb(27, 21, 21) 100%);
    padding: 4px 15px;
    color: rgb(255, 255, 255);
    z-index: 10;
}

.cap span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.caption {
    left: -20px;
    bottom: 0px;
    transform: rotate(-90deg);
    transform-origin: left center;
    color: rgb(255, 255, 255);
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
}

.caption {
    color: rgb(0, 0, 0);
}

.solid {
    width: 50px;
    background-color: rgb(201, 160, 86);
    opacity: 9;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-top: 20px !important;
    height: 4px !important;
}
.mobile-fixed-footer {
    display: none;
}
.enquiry-fixed-btn {
    position: fixed;
    right: -57px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    padding: 12px 32px;
    font-size: 13px;
    color: rgb(0, 0, 0);
    border: none;
    cursor: pointer;
    z-index: 9998;
    text-transform: uppercase;
    border-radius: 4px 4px 0px 0px;
    background: linear-gradient(80deg, rgb(213, 162, 77), rgb(224, 185, 99)) 0% 0% / 600% 600%;
    animation: 28s ease 0s infinite normal none running bgMove;
}

@keyframes bgMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.enquiry-fixed-btn:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 20px;
}

@media (max-width: 768px) {

    .enquiry-fixed-btn,
    .call-fixed-btn {
        display: none;
    }

    .mobile-fixed-footer {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }

    .mobile-fixed-footer a,
    .mobile-fixed-footer button {
        flex: 1;
        padding: 12px;
        font-size: 14px;
        border: none;
        text-align: center;
    }

    .mobile-call {
        background: linear-gradient(270deg, rgb(213, 162, 77), rgb(224, 185, 99));
        /* background: #d6a44f; */
        color: #000000;
        text-decoration: none;
    }

    .mobile-enquiry {
        background: linear-gradient(270deg, rgb(213, 162, 77), rgb(224, 185, 99));
        /* background: linear-gradient(80deg, rgb(213,162,77), rgb(224,185,99)); */
    }
}
.enquiry-popup {
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.enquiry-box {
    background: rgb(7, 76, 69);
    padding: 30px;
    width: 90%;
    max-width: 400px;
    position: relative;
    border-radius: 8px;
}

.enquiry-box h3 {
    margin-bottom: 20px;
    text-align: center;
}

.enquiry-box input {
    width: 100%;
    color: white !important;
    padding: 12px;
    background: rgba(240, 255, 255, 0);
    margin-bottom: 12px;
    border: 1px solid rgba(204, 204, 204, 0.31);
    border-radius: 4px;
}

.phone-field {
    display: flex;
    align-items: center;
}

.phone-field .flag {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0px 10px;
    color: white;
    border-top: 1px solid rgba(204, 204, 204, 0.28);
    border-bottom: 1px solid rgba(204, 204, 204, 0.25);
    border-left: 1px solid rgba(204, 204, 204, 0.29);
    border-image: initial;
    border-right: none;
    border-radius: 4px 0px 0px 4px;
    height: 50px;
    font-size: 14px;
}

.phone-field input {
    border-radius: 0px 4px 4px 0px;
    margin-bottom: 0px;
}

.submit-btn {
    width: 100%;
    margin-top: 20px;
    padding: 12px;
    background: rgb(161, 122, 49);
    color: rgb(255, 255, 255);
    border: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
}

.close-btn {
    position: absolute;
    top: 10px;
    background: white;
    right: 15px;
    font-weight: 800;
    padding: 1px 11px;
    font-size: 22px;
    cursor: pointer;
}

.highlights-section {
    padding: 40px 0px;
    display: flex;
    justify-content: center;
}

.col-icon {
    flex: 0 0 52px;
}

.col-icon img {
    width: 45px;
}

.col-text {
    flex: 1 1 0%;
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.5;
}

.col-text strong {
    font-weight: 700;
}

.divider {
    display: block;
    width: 2px;
    height: 30px;
    background: rgba(165, 165, 165, 0.36);
    margin: 13px 22px 15px 30px;
}

@media (max-width: 576px) {
    .highlights-section {
        padding: 30px 15px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .highlight-item {
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

    .divider {
        display: none;
    }

    .col-icon img {
        width: 32px;
    }

    .col-text {
        font-size: 14px;
        line-height: 1.4;
    }
}

.premium-specs {
    background: rgb(251, 251, 251);
}

.premium-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 25px;
}

.premium-card {
    position: relative;
    background: rgb(255, 255, 255);
    padding: 25px;
    height: 180px;
    align-content: center;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 18px 40px;
    overflow: hidden;
    transition: 0.5s;
}

.card-bg-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: auto;
    opacity: 0.08;
    z-index: 0;
    transition: 0.5s;
    pointer-events: none;
}

.premium-card h3,
.premium-card ul {
    position: relative;
    z-index: 2;
}

.premium-card h3 {
    color: rgb(0, 0, 0);
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.premium-card ul {
    padding-left: 1px;
}

.premium-card ul li {
    font-size: 15px;
    color: rgb(0, 0, 0);
    line-height: 1.7;
    margin-bottom: 8px;
}

.premium-card:hover {
    transform: translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 60px;
}

.premium-card:hover .card-bg-icon {
    transform: rotate(0deg) scale(1.15);
    opacity: 1;
}

@media (max-width: 768px) {
    .card-bg-icon {
        width: 70px;
        opacity: 0.06;
    }
}

.unit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 10px 30px;
    background: #fbfbfbcf;
    gap: 60px;
}

.unit-info {
    color: rgb(255, 255, 255);
}

.unit-info h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(33, 33, 33);
    margin-bottom: 16px;
}

.unit-row {
    display: flex;
    justify-content: space-between;
    padding: 16px 0px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
    font-size: 14px;
    color: black;
    font-weight: 500;
}

.brochure-btn {
    display: inline-block;
    margin-top: 40px;
    font-weight: 600;
    padding: 14px 30px;
    background: linear-gradient(270deg, rgb(213, 162, 77), rgb(224, 185, 99));
    color: rgb(0, 0, 0);
    font-size: 13px;
    text-decoration: none;
    transition: 0.4s;
}

.brochure-btn:hover {
    background: rgb(224, 172, 99);
    color: rgb(0, 0, 0);
    transform: translateY(-3px);
}

.unit-image {
    background: rgb(255, 255, 255);
    padding: 47px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 20px 50px;
}

.unit-image img {
    width: 100%;
    filter: blur(6px);
    transform: scale(1.05);
    display: block;
}

@media (max-width: 991px) {
    .unit-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .unit-section {
        padding: 60px 20px;
    }

    .unit-info h2 {
        text-align: center;
    }

    .unit-row {
        font-size: 13px;
    }

    .brochure-btn {
        display: block;
        width: fit-content;
        margin: 30px auto 0px;
    }
}

.map-container {
    position: relative;
    width: 100%;
    margin: auto;
}

.map-container img {
    width: 100%;
    display: block;
}

.map-point {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: rgb(191, 52, 78);
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    transition: transform 0.2s;
    z-index: 2;
}

.map-point:hover {
    transform: scale(1.3);
    animation: 1s ease 0s infinite normal none running pulse;
}

@keyframes pulse {
    0% {
        box-shadow: rgba(255, 153, 0, 0.7) 0px 0px 0px 0px;
    }

    70% {
        box-shadow: rgba(255, 153, 0, 0) 0px 0px 0px 15px;
    }

    100% {
        box-shadow: rgba(255, 153, 0, 0) 0px 0px 0px 0px;
    }
}

.tooltip {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: rgb(255, 255, 255);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s;
    white-space: nowrap;
    z-index: 3;
}

.map-point:hover+.tooltip {
    opacity: 1;
}

.section-light {
    padding: 60px 20px;
    background: rgb(255, 255, 255);
    color: rgb(17, 17, 17);
}



.geo-header {
    margin-bottom: 30px;
    padding: 10px 280px;
    display: flex;
    justify-content: space-evenly;
}

.geo-logo {
    width: 170px;
    object-fit: contain;
}

.geo-tagline {
    font-size: 23px;
    line-height: 33px;
    font-weight: 400;
}

.geo-description {
    font-size: 15px;
    line-height: 30px;
    margin: 0px auto 39px;
}

.geo-counters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 18px 30px;
}

.counter-item {
    text-align: center;
}

.counter-item .counter {
    display: block;
    font-size: 25px;
    font-weight: 600;
    color: rgb(7, 76, 69);
    padding-bottom: 0px !important;
}

.counter-item p {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 0px;
    color: rgb(0, 0, 0);
}

.separator {
    font-size: 20px;
    color: rgb(204, 204, 204);
}

@media (max-width: 1024px) {
    .geo-counters {
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .geo-counters {
        gap: 10px;
    }

    .counter-item {
        min-width: 100px;
    }
}

@media (max-width: 480px) {
    .geo-tagline {
        margin-top: 20px;
        font-size: 20px;
        line-height: 29px;
    }

    .geo-description {
        font-size: 15px;
    }

    .counter-item .counter {
        font-size: 22px;
    }

    .separator {
        display: none;
    }
}

.chat-icon {
    position: fixed;
    right: 20px;
    z-index: 999;
    bottom: 10px;
}

.image-popup {
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.image-popup img {
    max-width: 90%;
    max-height: 90%;
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.popup-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(255, 255, 255);
    cursor: pointer;
    user-select: none;
    padding: 10px;
    font-size: 18px !important;
}

.popup-prev {
    left: 20px;
}

.popup-next {
    right: 20px;
}

@media (max-width: 768px) {
    .popup-nav {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .geo-header {
        margin-bottom: 30px;
        text-align: center;
        padding: 0px;
        display: block;
    }

    .section-light {
        padding: 0px;
    }.solid {
    
    margin-top: 10px !important;
    }
}

.accordion-body ul li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
    border-bottom: 1px dotted black;
}

.accordion-body ul {
    padding-left: 0px;
}

.menu-list li a.active {
    color: #c89b3c;
    /* active color */
    font-weight: 600;
}

.menu-list li a.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #c89b3c;
}


.tooltip img{
    width: 200px;object-fit: contain;
}
.tooltip h1{
    font-size:15px;
    text-align: center; text-transform: capitalize;
    color: rgb(255 255 255);
    margin-top: 10px
}
.rear img{
    width: 80px;object-fit: contain;
    height: 80px;
}
.rear p{
    font-weight: 500;line-height: 28px;
}
@media(max-width:576px){
    .chat-icon {
    position: fixed;
    right: 8px;
    z-index: 9999;
    bottom: 10px;
}
.accordion-item ul li b {
    color: rgb(28, 28, 28);
    font-weight: 450;
}
.tooltip {
    font-size: 9px !important;
}header .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0px !important;
}
}